home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / zymic 79 / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-06-04  |  3.9 KB  |  213 lines

  1. html {
  2.     text-align: center;
  3.     font: 10px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
  4.     background-color: #fff;
  5.     color: #4b4b4b;
  6. }
  7.  
  8. body {
  9.     margin: 0 auto;
  10.     padding: 0;
  11.     width: 800px;
  12.     text-align: left;
  13. }
  14.  
  15. a:link, a:visited {
  16.     background-color: inherit;
  17.     color: #333;
  18.     text-decoration: underline;
  19. }
  20.  
  21. a:hover, a:active {
  22.     background-color: inherit;
  23.     color: #555;
  24.     text-decoration: underline;
  25. }
  26.  
  27. ul#nav {
  28.     margin: 0;
  29.     padding: 0 0 0 6px;
  30.     width: 794px;
  31.     height: 44px;
  32.     background: #000 url(images/nav_bg.gif) repeat-x;
  33.     color: inherit;
  34. }
  35.  
  36. ul#nav li {
  37.     float: left;
  38.     margin: 0;
  39.     padding: 15px 0 0 0;
  40.     list-style-type: none;
  41.     text-transform: uppercase;
  42. }
  43.  
  44. ul#nav li a {
  45.     text-decoration: none;
  46.     padding: 13px 30px 14px 30px;
  47. }
  48.  
  49. ul#nav li a:link, ul#nav li a:visited {
  50.     background-color: inherit;
  51.     color: #fff;
  52. }
  53.  
  54. ul#nav li a:hover, ul#nav li a:active {
  55.     background-color: inherit;
  56.     color: #c9f381;
  57. }
  58.  
  59. ul#subnav {
  60.     margin: 0;
  61.     padding: 0 0 0 30px;
  62.     width: 770px;
  63.     height: 31px;
  64.     background: #000 url(images/subnav_bg.gif) repeat-x;
  65.     color: inherit;
  66. }
  67.  
  68. ul#subnav li {
  69.     float: left;
  70.     margin: 0;
  71.     padding: 9px 0 0 0;
  72.     list-style-type: none;
  73.     text-transform: uppercase;
  74. }
  75.  
  76. ul#subnav li a {
  77.     text-decoration: none;
  78.     padding: 7px 20px 7px 20px;
  79.     background: transparent url(images/subnav_sep.gif) no-repeat left;
  80. }
  81.  
  82. ul#subnav li a:link, ul#subnav li a:visited {
  83.     background-color: inherit;
  84.     color: #303030;
  85. }
  86.  
  87. ul#subnav li a:hover, ul#subnav li a:active {
  88.     background-color: inherit;
  89.     color: #000;
  90. }
  91.  
  92. ul#subnav li#subnavfirst a:link, ul#subnav li#subnavfirst a:visited {
  93.     background: transparent url(images/subnav_icon.gif) no-repeat left;
  94.     color: #303030;
  95. }
  96.  
  97. ul#subnav li#subnavfirst a:hover, ul#subnav li#subnavfirst a:active {
  98.     background: transparent url(images/subnav_icon.gif) no-repeat left;
  99.     color: #000;
  100. }
  101.  
  102. div#banner {
  103.     margin: 0;
  104. }
  105.  
  106. div#colone, div#coltwo, div#colthree {
  107.     width: 240px;
  108.     float: left;
  109.     margin: 0 0 35px 20px;
  110. }
  111.  
  112. div#colone h2, div#coltwo h2, div#colthree h2 {
  113.     font: bold 12px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
  114.     text-transform: uppercase;
  115.     background-color: inherit;
  116.     color: #4b4b4b;
  117.     margin: 35px 0 0 0;
  118.     padding: 0 0 0 25px;
  119. }
  120.  
  121. h2 span {
  122.     background-color: inherit;
  123.     color: #a3c76a;
  124. }
  125.  
  126. div#colone h2 {
  127.     background: #fff url(images/icon_brush.gif) left no-repeat;
  128.     color: inherit;
  129. }
  130.  
  131. div#coltwo h2 {
  132.     background: #fff url(images/icon_person.gif) left no-repeat;
  133.     color: inherit;
  134. }
  135.  
  136. div#colthree h2 {
  137.     background: #fff url(images/icon_star.gif) left no-repeat;
  138.     color: inherit;
  139. }
  140.  
  141. div.featureimg {
  142.     padding: 12px 0 0 12px;
  143.     width: 206px;
  144.     height: 96px;
  145.     background: #fff url(images/feature_bg.gif) no-repeat;
  146.     color: inherit;
  147. }
  148.  
  149. ul.featurelist {
  150.     margin: 0 0 0 20px;
  151.     padding: 0;
  152. }
  153.  
  154. ul.featurelist li {
  155.     margin: 0;
  156.     padding: 3px 0 3px 16px;
  157.     list-style-type: none;
  158.     background: #fff url(images/bullet.gif) left no-repeat;
  159.     color: inherit;
  160. }
  161.  
  162. h2.heading {
  163.     font: bold 16px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
  164.     text-transform: uppercase;
  165.     background-color: inherit;
  166.     color: #4b4b4b;
  167.     margin: 20px 0 0 0;
  168.     padding: 0 0 1px 25px;
  169.     border-bottom: 1px solid #ddd;
  170.     background: #fff url(images/icon_star.gif) left no-repeat;
  171.     color: inherit;
  172.     clear: both;
  173. }
  174.  
  175. h3.heading {
  176.     margin: 5px 0px 0px 0px;
  177.     padding: 5px 0px 5px 5px;
  178.     background: #f0f0f0;
  179. }
  180.  
  181. p {
  182.     font-size: 11px;
  183.     margin-bottom: 15px;
  184. }
  185.  
  186. div#foot {
  187.     clear: both;
  188.     margin: 0;
  189.     padding: 0;
  190.     width: 800px;
  191.     height: 43px;
  192.     background-color: #ededed;
  193.     color: #4b4b4b;
  194.     text-align: center;
  195. }
  196.  
  197. div#foot p {
  198.     padding: 9px 0 0 0;
  199. }
  200.  
  201. div#foot p a {
  202.     text-decoration: none;
  203. }
  204.  
  205. div#foot p a:link, div#foot p a:visited {
  206.     background-color: inherit;
  207.     color: #4b4b4b;
  208. }
  209.  
  210. div#foot p a:hover, div#foot p a:active {
  211.     background-color: inherit;
  212.     color: #000;
  213. }